home *** CD-ROM | disk | FTP | other *** search
- Path: cnct.com!usenet
- From: olcint@cnct.com (OLC)
- Newsgroups: comp.lang.c++
- Subject: Re: 'delete' dos not work !!!! (for me...)
- Date: Thu, 21 Mar 1996 00:53:11 GMT
- Organization: OLC
- Message-ID: <4ipus7$3s4@mars.cnct.com>
- References: <ROLLET.96Mar18215549@oriole.DMI.USherb.CA>
- Reply-To: olcint@cnct.com
- NNTP-Posting-Host: terra.cnct.com
- X-Newsreader: Forte Free Agent v0.55
-
- rollet@oriole.DMI.USherb.CA (Romaric Rollet) wrote:
-
- >
- > delete don;
- >
- > return res;
- >}
-
- >Why ?? (this is about 800Ko allocated for me and what a shame not to free it !!)
-
- >Thanxs for your answers..
- >Romaric Rollet.
-
-
- Try delete[] don; instead of delete don;
-
- ???
-
- bye!
-
-
-
-